home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / lib / races < prev    next >
Text File  |  1996-07-24  |  850b  |  54 lines

  1. #
  2. # the races file
  3. #
  4. # To start a new race category w/ 'RACE' identifier
  5. # list the name of the archetypes singly on lines below
  6. #
  7. # Any type of archetype may be listed, but monsters
  8. # should be ordered by inherent level value/exp
  9. #
  10. # note that the name "none" is reserved for use by the 
  11. # code and cannot be used as a tag for a RACE.
  12. #
  13. RACE undead
  14.   generate_ghost
  15.   generate_zombie
  16.   generate_skeleton
  17.   ghost 
  18.   zombie 
  19.   skeleton
  20.   grimreaper 
  21.   wraith 
  22.   ghast 
  23.   spectre
  24.   vampire 
  25.   skull
  26.   lich 
  27.   demilich
  28. RACE demon
  29.   generate_devil
  30.   devil
  31.   raas
  32.   demon_lord
  33. RACE angel
  34.   angel
  35. RACE goblin
  36.   kobold
  37.   goblin
  38.   orc
  39.   gnoll
  40. RACE troll
  41.   small_troll
  42.   troll
  43. RACE giant
  44.   giant
  45. RACE sylvan
  46.   pixie
  47.   deathtree
  48.   ent
  49. # elf,the player arch, doesnt appear here, summon cult mon crashes when
  50. # we try to summon it!
  51. RACE elven
  52.   elf_1
  53.   dark_elf
  54.